Description
Get the list of all the collections visible by the currentUser. This is returning a list of collections.
Operation id | User.GetCollections |
Aliases | Collection.GetCollections
|
Category | Document |
Label | Get collections |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | documents |
Implementation Information
JSON Definition
{
"id" : "User.GetCollections",
"aliases" : [ "Collection.GetCollections" ],
"label" : "Get collections",
"category" : "Document",
"requires" : null,
"description" : "Get the list of all the collections visible by the currentUser. This is returning a list of collections.",
"url" : "User.GetCollections",
"signature" : [ "void", "documents" ],
"params" : [ {
"name" : "searchTerm",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}